Click here to return to the VHDL Reference Guide. | (last edit: 24. september 2012) | |
Sequential StatementSequential statements execute in series, one after the other from top to bottom, so the order in which they are written is usually critical. The following are sequential statements: Wait Assert Report Signal Assignment Variable Assignment Procedure Call If Case For Loop While Loop Loop Next Exit Return NullWhereprocess-begin-See AlsoConcurrent Statement |